@media (min-width: 1200px) {
    .category-top .category-image {
        /*overflow: hidden;
        height: 250px;*/
    }

    .category-top .category-image img {
        width: 100%;
    }

    .category-title {
        margin-top: 20px;
    }

    .product-info-table th {
        padding: 10px;
    }

    .product-info-table td {
        padding: 10px;
    }

    .add-to-holder .tooltip {
        left: -20%;
    }

    ul.mini-menu {
        left: -10% !important;
    }
}
/* Small devices */
@media (min-width: 768px) and (max-width: 991px) {
    .toolbar-bottom .pages {
        display: block;
    }

    .products-grid .item {
        margin: 0;
    }

    .products-grid .item:nth-child(2) {
        border-right: 1px solid #e1e1e1;
    }

    .product-info-table th {
        padding: 10px;
    }

    .product-info-table td {
        padding: 10px;
    }

    /*.category-image {        
        height: 160px;
        overflow: hidden;
        top: 210px;
    }*/

    /*.category-title {
        margin-top: 160px;
    }*/

    .category-top {
        margin-bottom: 20px;
    }

    .products-grid {
        margin-bottom: 20px;
    }

    .add-to-holder .tooltip {
        left: -80%;
    }

    ul.mini-menu {
        left: -65% !important;
    }
}

/* Extra small devices */
@media (max-width: 767px) {

    .pages .pagination {
        float: none;
    }

    .toolbar-bottom .pagination{
        margin: 0;
    }

    .toolbar-bottom .pages {
        width: 100%;
        text-align: center;
    }

    .toolbar-bottom .toolbar {
        text-align: center;
    }

    .toolbar-bottom .toolbar .amount,
    .toolbar-bottom .toolbar .sort-by,
    .toolbar-bottom .toolbar .limiter {
        margin-bottom: 10px;
    }

    .toolbar-bottom label {
        float: none;
        display: block;
        text-align: left;
    }

    .pagination > li > a, .pagination > li > span {
        padding: 5px 10px;
    }

    .toolbar .amount {
        line-height: 12px;
    }

    .toolbar-bottom .limiter select,
    .toolbar-bottom .sort-by select {
        margin-left: 0;
    }

    .category-title {
        margin-top: 0;
    }

    .products-grid .item {
        border-right: 0;
    }

    .product-info-table th {
        padding: 10px;
    }

    .product-info-table td {
        padding: 10px;
    }

    .short-description {
        padding: 10px 0;
        text-align: center;
    }

    .catalog-category-searchresult .button-container {
        margin-top: 0;
    }

    .catalog-category-view .button-container {
        margin-top: 0 !important;
    }

    .products-table .button {
        padding: 7px 10px 6px;
    }

    .add-to-holder:hover .tooltip {
        display: none;
    }

    ul.mini-menu {
        left: auto !important;
        right: 0;
    }

    .products-table thead td, .products-table td {
        padding: 10px 5px;
    }

    #orderlist-table th,
    #orderlist-table td {
        padding: 5px !important;
    }

    #orderlist-table .button {
        padding: 7px 10px 6px;
    }

    #orderlist-table {
        margin: 20px 0 !important;
    }

    .catalog-category-searchresult #products-grid li {
        margin-bottom: 0;
    }
}

@media (max-width: 480px) {
    .toolbar .amount {
        line-height: 12px;
        text-align: center;
        width: 100%;
    }

    .pagemanager .item-container {
        border-right: 0;
    }
}